From 8f8c44836d567557d7516a4c80a6a4cad0e7d1c2 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 29 Jan 2014 21:40:19 -0500 Subject: [PATCH] * lisp/help.el (help-for-help-internal): Add "P" to text. --- lisp/ChangeLog | 4 ++++ lisp/help.el | 1 + 2 files changed, 5 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ab4460694bd..d9cec563571 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2014-01-30 Glenn Morris + + * help.el (help-for-help-internal): Add "P" to text. + 2014-01-29 Glenn Morris * simple.el (just-one-space, cycle-spacing): Doc fixes. diff --git a/lisp/help.el b/lisp/help.el index f732cf385cd..5e32492ffb7 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -214,6 +214,7 @@ m Display documentation of current minor modes and current major mode, including their special commands. n Display news of recent Emacs changes. p TOPIC Find packages matching a given topic keyword. +P PACKAGE Describe the given Emacs Lisp package. r Display the Emacs manual in Info mode. s Display contents of current syntax table, plus explanations. S SYMBOL Show the section for the given symbol in the on-line manual -- 2.30.2